Aspire's Library

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations

Delhi University MCA Previous Year Questions (PYQs)

Delhi University MCA Computer PYQ



Which of the following operands have equal precedence, in C programming language?
I.       [ ] 
II.       & 
III.      <= 
IV.      ( )





Go to Discussion


Solution



The operator a << b shifts binary representation of integer „a‟ by „b‟ bit ________ , in C programming language.





Go to Discussion


Solution



Two‟s complement of 00000000 is





Go to Discussion


Solution



main() 
   { 
     int i = 4; 
     int j = 10; 
         Statements of the program 
         if ( i > 0) 
           { 
              int i = 44; 
              Statements of the program 
           }
    } 

Given 
I. The local value of I is 44 
II. The global value of I is 4 then





Go to Discussion


Solution



Which one of the following is in built data structure of C language?





Go to Discussion


Solution



Which of the following operators in C language has right to left associativity:





Go to Discussion


Solution



The following in C language is valid 
Variable = expression l ? expression 2: expression 3 

It represents a (an)





Go to Discussion


Solution



Which one of the following is incorrect in C language?





Go to Discussion


Solution



Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Delhi University MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.